@charset "utf-8";
/*页头*/
.wrap{ display: block; width: 100%;position: relative;overflow-x: hidden;}
.wrap_head{ display:block; width:100%; height: 72px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.head_con{ display:block; width:80%; height: 72px;  margin: 0px auto; position: relative; z-index: 2; }
.head_con .logo{ display:block; height: 60px; width: 250px; position: absolute; left: 0px; top: 0px;}
.head_con .logo h1{ display:block; height: 60px; width: 250px; background: url(../menu_logo.png) no-repeat 0 0;  text-indent: -9999px; overflow: hidden;background-size: 100% 100%;}


/*菜单*/
.menu_list{ display: block; height:72px; position: absolute; right: 0px; top: 0px; cursor: pointer; opacity: 1; transition:opacity 0.3s linear;transform: translate(0px,0);}
.menu_list .menu_item{ display: inline-block; height:72px; float: left; margin-left:50px; position: relative;}
.en-us .menu_list .menu_item{
  margin-left: 36px;
}
.menu_list .menu_item .txt{ display: block; height:72px; line-height: 72px; font-size: 16px; color: #fff; font-weight: bold; opacity: 0.95; -webkit-transition:color 0.3s linear; position: relative; z-index: 2;}
.menu_list .menu_item .txt:hover{  opacity: 1;}
.menu_list .menu_item .txt:after{ display:block; content:""; height: 4px; width: 100%; position: absolute; bottom: 19px; left: 0px; background: #194ac3; opacity: 0; -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out; transform-origin: 50% 0%; transform:scale(0.01,1);}
.menu_list .menu_item .txt:before{ display:none; content:""; height: 400px; width: 100%; position: absolute; top: 19px; left: -10px; background: #194ac3; opacity: 1;}
.menu_list .menu_item:hover .txt:after{ transform:scale(1,1); opacity: 1;}
.menu_list .menu_item.menu_item_lan{ display:none;}
.menu_list .menu_item .menu_hook{ display:none; width: 100%; height: 445px; position: absolute; left: -36px; top: 0px; z-index: 1;}

.en-us .menu_list .menu_item{ margin-left: 60px;}
.en-us .sub_list li a{ padding:10px 0;}

.sub_list{display: none; position: absolute; width:160px; left: 50%; margin-left: -80px; text-align: center; z-index: 2; }
.sub_list li a{ display: block; font-size: 16px; color: #2b2e2e; opacity: 0.7; padding: 13px 0;}
.sub_list li a:hover{ opacity: 1;}


/*搜索框*/
.search_area{display: none; height: 42px; width: 42px; background:rgba(255,255,255,0); position:absolute; right: 128px; top: 16px; border: 1px solid rgba(255,255,255,0); border-radius: 3px; transition: width 0.25s ease-out,background 0.25s ease-out,border 0.25s ease-out;}
.search_area .search_icon{display: block; height: 16px; width: 16px; background:url(../img/index/icon_search.png) no-repeat 0 0; position:absolute; left: 13px; top: 13px; opacity: 0.9; transition: opacity 0.25s linear;background-size: 100% 100%;}
.search_area .search_icon:hover{ opacity:1;}
.search_area .ipt_search{display: block; height: 42px; line-height: 42px; width: 16px; position:absolute; left: 42px; top: 0px; font-size: 16px; display: none;}

.search_area_show .menu_list{ opacity: 0; pointer-events: none;}
.search_area_show .search_area{ width: 676px; background: #000; border: 1px solid rgba(255,255,255,0.95);}
.search_area_show .search_icon{opacity:1;}
.search_area .ipt_search{ width:615px;}



.head_white{
  background:#fff;
}
/* .head_white.fixed{
  position: fixed;
  top: -72px;
} */
.submenu_show .logo h1,.head_white .logo h1{ background-image: url(../menu_logo_hover.png);background-size: 100% 100%;}
.submenu_show .menu_list .menu_item .txt,.head_white .menu_list .menu_item .txt{ color: #2b2e2e;}
.submenu_show.search_area_show .search_area,.head_white.search_area_show .search_area{ width: 676px; background: #f6f6f6; }
.submenu_show.search_area_show .search_area .search_icon,.head_white.search_area_show .search_area .search_icon{ opacity: 0.3; }
.submenu_show.search_area_show .search_area .ipt_search,.head_white.search_area_show .search_area .ipt_search{ color: #2b2e2e;}
.submenu_show .search_area .search_icon,.head_white .search_area .search_icon{ background-image:url(../img/index/icon_search_hover.png);}
.submenu_show .lang_area a,.head_white .lang_area a{ color: #2b2e2e;}
.submenu_show .lang_area .s_line,.head_white .lang_area .s_line{ color: #2b2e2e;}
.submenu_show .bg_hover{ display:block !important; width: 100%; height: 445px; background:rgba(255,255,255,1); z-index: 1; position: absolute; top: 0px; left: 0px; -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%;}
.submenu_show .menu_list .menu_item.sublist_show .sub_list,.head_white .menu_list .menu_item.sublist_show .sub_list{ -webkit-animation:a_menu_item_show 0.2s ease-out both;}
.submenu_show .menu_list .menu_item.sublist_hide .sub_list,.head_white .menu_list .menu_item.sublist_hide .sub_list{ -webkit-animation:a_menu_item_hide 0.15s ease-out both;}
.submenu_show .menu_list .menu_item .menu_hook{ display:block;}
.submenu_hide,.sublist_hide{ pointer-events:none;} /*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/
.submenu_hide .bg_hover{ -webkit-animation:a_bg_hover_hide 0.15s ease-out both; -webkit-transform-origin:50% 0%;}
/*.submenu_show .menu_list .menu_item .sub_list{ display: block; background: rgba(255,0,0,0.5);}


.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(1){ -webkit-animation:a_menu_item_li_show 0.2s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(2){ -webkit-animation:a_menu_item_li_show 0.2s 0.1s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(3){ -webkit-animation:a_menu_item_li_show 0.2s 0.2s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(4){ -webkit-animation:a_menu_item_li_show 0.2s 0.3s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(5){ -webkit-animation:a_menu_item_li_show 0.2s 0.4s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(6){ -webkit-animation:a_menu_item_li_show 0.2s 0.5s ease-out both;}
.submenu_show .menu_list .menu_item:hover .sub_list li:nth-child(7){ -webkit-animation:a_menu_item_li_show 0.2s 0.6s ease-out both;}*/



@keyframes a_menu_item_show {
	0%{ -webkit-transform:translate(0px,-30px); opacity: 0;}
	100%{  -webkit-transform:translate(0px,0px); opacity: 1;}
}

@keyframes a_menu_item_hide {
	0%{  -webkit-transform:translate(0px,0px); opacity: 1; }
	100%{ -webkit-transform:translate(0px,-30px); opacity: 0; }
}


@keyframes a_bg_hover_show {
	0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
	100%{  -webkit-transform:scale(1,1); opacity: 1;}
}


@keyframes a_bg_hover_hide {
	0%{ -webkit-transform:scale(1,1); opacity: 1;}
	100%{  -webkit-transform:scale(1,0.5); opacity: 0;}
}





.item-nav .right-nav ul li ul li a h5 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
/*about*/

.pathbg {background: #f2f3f5;}
.hls-page-path { color: #2a2e2e;font-size: 16px;padding: 23px 0;overflow: hidden; }
.hls-page-path img{ width: 6px; height: 12px; padding: 0px 13px; padding-top:6px; float:left;}
.hls-page-path span{padding: 0px 8px;float:left;}
.hls-page-path a{ color: #2a2e2e; float:left;}
.hls-page-path a.cur {color: #000;}
.hls-page-path a:hover {color: #000;} 


.hls-page-about {overflow: hidden;padding:1% 0 5% 0;}
.hls-page-about .ptitle {position:relative;}
.hls-page-about .ptitle h2{display: block;font-size: 300px;line-height: 300px; color:#f2f3f5;font-family: 'Conv_Montserrat-Bold';width:200%;text-transform: uppercase;}
.hls-page-about .ptitle h3{display: block;text-align: center; position: absolute;width:800px;left: 50%;margin-left: -400px;bottom:10%;z-index: 3;font-size:80px;color:#1a1a1a; z-index:0;}
.aboutnav {width:55%;margin: auto; overflow: hidden;padding:2% 0;text-align: center;z-index:0;}
.aboutnav * {display: block;overflow: hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.aboutnav li{width:25%;text-align: left;display:inline-block;vertical-align: top;margin: 2.5%;}
.aboutnav li a {position: relative;padding: 20px 0;}
.aboutnav li a::before,.aboutnav li a::after {content: '';background: #1a1a1a;left: 0;bottom: 0;position: absolute;z-index: 2;}
.aboutnav li a::before {width:0;height: 2px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.aboutnav li a::after{width: 100%;height: 1px;z-index: 1;}
.aboutnav li a h6{font-size: 12px;font-family: 'Conv_Montserrat-Light';text-transform: uppercase;font-weight: normal;}
.aboutnav li a h5{font-size: 14px;padding:5px 0;}
.aboutnav li a i{background: url("../down.svg") no-repeat;background-size: 100%; width: 9px;height: 15px;position: absolute;right: 0;top: 50%;margin-top: -6.5px;}
.aboutnav li a:hover i{right: 5%;}
.aboutnav li a:hover h6,.aboutnav li a:hover h5{padding-left: 5%;}
.aboutnav li a:hover::before {width: 100%;}


.pt130 {padding-top: 130px;overflow: hidden;position: relative;}
.hls-company {background: #f7f7f7;padding: 10%;overflow: hidden;}
.hls-company .company{width: 50%;}
.hls-company .company .text{padding: 90px 0;overflow: hidden;font-size: 16px;color: #666;line-height: 36px;text-align: justify;}
.hls-company-pic {position: absolute;right: 0;top: 0;width:45%;z-index: 3;}
#hls-c2 .company{ margin-left:50%;width:50%;}
.hls-company-pic2 {position: absolute;left: 0;top:-50px;width:45%;z-index: 3;}
.lang-en .hls-company .company .text,.lang-en .interpretation .txt h5 {text-align: left;}

.hls-history {background-size: cover;background-position: center top;background-repeat: no-repeat;overflow: hidden;padding: 180px 0;}
.hls-history .title {text-align: center;}
.hls-history .title h2,.hls-history .title h3{color: #fff;}
.histor {position: relative;padding: 5% 0 0;overflow: hidden;}
.histor-time-line {background: url("../hline.svg") center bottom no-repeat;}
.histor-time {width:100%;overflow: hidden; margin:auto;position: relative;}
.histor-time h3{padding: 50px 0;overflow: hidden; font-size: 30px;color: #676768;font-family: 'Conv_Montserrat-Bold';text-transform: uppercase;text-align: center;}
.histor-time .swiper-slide-thumb-active  h3,.histor-time .swiper-slide-active h3{color: #fff;}
.histor-main {position: relative;width: 1100px;margin:50px auto auto;}
.histor-main li{background: #fff;padding:7% 5%;overflow: hidden;font-size: 16px;line-height: 36px;text-align: left;}
.histor-time h3,.histor-main li{cursor: url("../hmous.cur"),default!important;}

.section {background-position: center;background-repeat: no-repeat;background-size: cover;clear: both;overflow: hidden;}
.section .content { width:auto;}
.title-style {overflow: hidden;}
.title-style h3 {text-transform: uppercase;font-size: 36px;margin:5px 0 0 0;color: #00bf86;}
.title-style h1 {text-transform: uppercase;font-size: 60px;line-height: 60px; margin:8px 0 20px 0;color: #1a1a1a;}
.title-style h2 {text-transform: uppercase;font-size: 42px;line-height: 60px; margin:8px 0 20px 0;color: #1a1a1a;}
.title-style h5 {font-size: 20px;margin:0;color: #666;line-height: 30px;}
.title-style h4 {text-transform: uppercase;font-size: 20px;margin:5px 0 0 0;color: #00bf86;}
.title-style .line {width: 80px;height: 4px;background: #fdce21;margin: 10px 0;}
.title-style-1 {}

.swiper-time-nextD,.swiper-time-prevD {position: absolute;width:50px;height:50px;top: 50%;margin-top: 85px;z-index: 3;border-radius:100%; outline:none; cursor: pointer;}
.swiper-time-nextD {right: 15%;background: url(../right-b.svg) center no-repeat ;background-size: 50%;}
.swiper-time-prevD {left: 15%;background: url(../left-b.svg) center no-repeat ;background-size: 50%;}
.swiper-time-nextD:hover {background: url(../right-h.svg) center no-repeat #fff;background-size: 50%;}
.swiper-time-prevD:hover {background: url(../left-h.svg) center no-repeat #fff;background-size: 50%;}


.hls-interpretation {padding:8% 0;overflow: hidden;}
.interpretationlist {padding:5% 0 0;overflow: hidden;}
.interpretation {overflow: hidden;position: relative;}
.interpretation .pic{width:67%;float: left;}
.interpretation .txt {position: absolute;width:30%;height: 100%;left:67%;top: 0;padding:5% 0% 5% 3%;overflow: hidden; }
.interpretation .txt h2{font-size: 60px;}
.interpretation .txt h4{font-size: 20px;}
.interpretation .txt h5{font-size: 14px;color: #666;line-height: 30px;font-weight: normal;padding: 30px 0;overflow: hidden;text-align: justify;}
.interpretation.int2 .pic{width:33%;float: left;}
.interpretation.int2 .txt {width:26%;left:33%;padding:10% 4% 0 4%;}
.interpretation.int2 .pic:last-child{width:33%;float: right;}
.lang-en .interpretation.int2 .txt {padding: 5% 4% 0 4%;}

@font-face {
  font-family: 'TencentSansw3';
  src: url('TencentSans-W3.eot');
  src:
    url('TencentSans-W3.eot?#font-spider') format('embedded-opentype'),
    url('TencentSans-W3.woff') format('woff'),
    url('TencentSans-W3.ttf') format('truetype'),
    url('TencentSans-W3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.header-seat{
  padding-bottom: 72px;
  transition: .25s ease;
}
/* 页面ad头部图 */
.mod-section-ad{
  width: 100%;
  height: 482px;
  overflow: hidden;
}
.mod-section-ad h2{
  font-family: 'TencentSansw3';
  font-size: 44px;
  color: #FFF;
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-top: 202px;
  font-weight: 400;
}
.mod-section-ad .desc{
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 27px;
}
.mod-tab-container{
  width: 100%;
  height: 54px;
  position: relative;

}
.mod-con{
  width: 100%;
  margin: 0 10%;
}

.mod-tab{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #f2f3f5;
  border-bottom: 1px solid #f4f4f4;
  transform: translateY(0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  box-sizing: border-box;
}
.mod-tab.fixed{
  position: fixed;
  z-index: 99;
}
.mod-tab li{
  float: none;
  display: inline-block;
  margin-right: 56px;
  position: relative;
  cursor: pointer;
}
.mod-tab .line{
  width: 64px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0052d9;
}
.mod-tab li:last-child{
  margin-right: 0;
}
.mod-tab li a{
  padding: 16px 0;
  display: block;
  font-size: 20px;
  position: relative;
  line-height: 36px;
  color: #5F6464;
}
.mod-tab li.active-tab a{
  color: #0052d9;
  font-weight:bold;
}
.mod-tab li.active-tab a:after{
  content: ' ';
  height: 2px;
  width: 100%;
  background: #0052d9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}
.mod-tab-nt li a{
  padding: 12px 0;
  line-height: 29px;
  font-size: 16px;
}

.mod-tab .mc-left{
  position: absolute;
  left: 0;
  top: 0;
  height: 53px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.mod-tab .mc-right{
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.mod-tab .mc-left img,.mod-tab .mc-right img{
  height: 100%;
}

.hls-brand {margin:5% auto;overflow: hidden;background-size: 100%;background-repeat: no-repeat;background-position: center top;}
.hls-brand .brand {padding:15% 0 0 0; overflow: hidden;position: relative;width: 90%;margin: auto;}
.hls-brand .brand.pt10n {padding:10% 0 0 0;}
.hls-brand .brand .btitle{text-align: center;}
.hls-brand .brand .btitle h4{font-size: 30px;color: #fff;}
.hls-brand .brand .btitle h2{font-size: 60px;color: #fff;}
.hls-brand .brand .btitle h2 * {color: #fff;}
.hls-brand .brand .txt {text-align: right;font-size: 12px;line-height: 19px; color: #5d5d5d;position: absolute;right: 0;top:0px;font-family: 'Conv_Montserrat-Regular';} 
.hls-brand .concept {position: relative;clear: both;margin-top: 300px;overflow: hidden;}
.hls-brand .concept .pic{width: 43%;float: left;}
.hls-brand .concept .main {width: 50%;padding:20% 0 0 7%;overflow: hidden;float: left;}
.hls-brand .concept .main .text {width:80%;padding:5% 0;overflow: hidden; font-size: 16px;line-height: 36px;color: #666;text-align: justify;}
.hls-brand .advantage {padding:5% 0;overflow: hidden;}
.hls-brand .advantage .pic{width: 50%;float: right;}
.hls-brand .advantage .main {width: 40%;padding:7% 0 0 10%;overflow: hidden;float: right;}
.hls-brand .advantage .main .text {width:80%;padding:5% 0;overflow: hidden;font-size: 16px;line-height:40px;color: #666;}
.hls-brand .advantage .main .text li {position: relative;color: #666;}
.hls-brand .advantage .main .text li::before{content: '';width: 5px;height: 5px;border-radius: 100%;background: #666;display:inline-block;vertical-align: middle;margin-right: 10px;}
.hls-brand .advantage .main .text strong {font-weight: bold;color: #666;}
.hls-brand .advantage .main .text span {color: #ccc;}

.lang-en .hls-brand .concept {margin-top: 250px;}
.lang-en .hls-brand .concept .main {padding: 13% 0 0 7%;}
.lang-en .hls-brand .advantage .main {width: 50%;padding: 3% 0 0 0;}
.lang-en .hls-brand .advantage .main .text {width: 90%;padding: 5% 0;font-size: 14px;}


.certificationlist {padding:1% 0 10% 0;overflow:hidden;}
.certification {margin-left:10%;padding-bottom:3%; width:90%;position: relative;overflow:hidden;}
.certification {cursor: url("../hmous.svg"),default!important;}
.certification li{ background: #f7f7f7;text-align: center;padding:20% 5% 10% 5%;overflow: hidden;}
.certification li .dtable{height: 260px;}
.certification li .dtable-cell{height: 260px;}
.certification li img {max-height: 260px;width: auto;max-width: 100%;display: inline-block;}
.certification li h5{color:#1a1a1a;font-size: 14px;padding-top:20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-family: 'Conv_Montserrat-Bold',Arial,"微软雅黑","黑体",'宋体';}
.swiper-button-nextC, .swiper-button-prevC {left:auto;right:0;top:auto;bottom:30px;margin: 0;width: 80px;height:45px;position: absolute;outline: none;cursor: pointer;}
.swiper-button-nextC {background: url("../right-h.svg") center no-repeat #f7f7f7;background-size:20%; opacity: 0.4;}
.swiper-button-prevC {background: url("../left-h.svg") center no-repeat #f7f7f7;background-size:20%;right: 80px;opacity: 0.3;}
.swiper-button-nextC:hover,.swiper-button-prevC:hover {opacity: 1.0;}
.swiper-button-nextC::after {content: '';width: 1px;height: 45px;right: 80px;top: 0; position: absolute;background: #ccc;}
.certification .swiper-pagination.swiper-pagination-progressbar {bottom: 0;top: auto;background: #ededed;height: 2px;}
.certification span.swiper-pagination-progressbar-fill {background: #1a1a1a;}

 
.downloadlist {padding:1% 0 8% 0;overflow:hidden;}
.download {margin-left:5%;padding-bottom:3%; width:95%;position: relative;overflow:hidden;}
.download {cursor: url("../hmous.svg"),default!important;}
.download li{ background: #f7f7f7;text-align: center;padding:20% 5% 10% 5%;overflow: hidden;position: relative;}
.download li:hover span {display: block;}
.download li span {display: none; position: absolute;width: 100%;height: 100%;padding-top:35%;background: rgba(255,255,255,.5);left: 0;top: 0;text-align: center;}
.download li span a {cursor:default!important;}
.download li span a {display:inline-block;vertical-align: middle;width: 50px;height: 50px;border-radius: 100%;margin: 0 5px;}
.download li span a.icon-ss {background: url("../ss.svg") center no-repeat #1a1a1a;background-size:40%;}
.download li span a.icon-dd {background: url("../dd.svg") center no-repeat #1a1a1a;background-size:40%;}
.download li i {background: url("../upload/pdf.png");width: 121px;height: 121px;margin: auto;display: block;}
.download li h5{color:#666666;font-size: 16px;padding:20px 0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-family: 'Conv_Montserrat-Bold',Arial,"微软雅黑","黑体",'宋体';}
.download li:hover h5{color:#000;}
.swiper-button-nextD, .swiper-button-prevD {left:auto;right:0;top:auto;top:30px;margin: 0;width: 80px;height:45px;position: absolute;outline: none;cursor: pointer;z-index: 10;}
.swiper-button-nextD {background: url("../images/right-h.svg") center no-repeat #f7f7f7;background-size:20%; opacity: 0.4;}
.swiper-button-prevD {background: url("../images/left-h.svg") center no-repeat #f7f7f7;background-size:20%;right: 80px;opacity: 0.3;}
.swiper-button-nextD:hover,.swiper-button-prevD:hover {opacity: 1.0;}
.swiper-button-nextD::after {content: '';width: 1px;height: 45px;right: 80px;top: 0; position: absolute;background: #ccc;}
.download .swiper-pagination.swiper-pagination-progressbar {bottom: 0;top: auto;background: #ededed;height: 2px;}
.download span.swiper-pagination-progressbar-fill {background: #1a1a1a;}

.downloadnav {padding:2% 0 3% 0 ;overflow:hidden;position: relative;margin:auto;width:90%;}
.downloadnav h6 {font-size: 14px;padding:0 20px 15px 20px;overflow:hidden;font-weight: bold;color: #999999;cursor: pointer;position: relative;text-align: center;}
.downloadnav h6 a {color: #999999; display:block;}
.downloadnav h6:hover,.downloadnav h6 a:hover {color: #000;}
.downloadnav h6::after {content: '';width: 80%;height: 2px;background: #000;position: absolute;left: 10%;bottom:0px;display: none;}
.downloadnav .swiper-slide-thumb-active h6 {color: #000;}
.downloadnav .swiper-slide-thumb-active h6::after  {display: block;}
.downloadnav .swiper-slide {width: auto;}



/*prodcut*/

.hls-page-prodcut {position: relative;overflow: hidden;padding:5% 0;}
.prodcutnav {text-align: center;max-height: 120px;overflow: hidden;}
.prodcutnav .swiper-wrapper {display: block;}
.prodcutnav .swiper-slide {display: inline-block;border-right:1px solid #eee;}
.prodcutnav a {display: inline-block;vertical-align: top; }
.prodcutnav a i {display: block;width: 60px;height:60px;margin: auto;}
.prodcutnav a i img {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.prodcutnav a i svg,.prodcutnav a .svg-inject {fill: #333!important;}
.prodcutnav a i svg *,.prodcutnav a .svg-inject * {fill: #333!important;}
.prodcutnav a:hover .svg-inject,.prodcutnav a:hover .svg-inject path,.prodcutnav a:hover svg { fill: #0052d9!important;}
.prodcutnav a:hover .svg-inject *,.prodcutnav a:hover .svg-inject path *,.prodcutnav a:hover svg *{ fill: #0052d9!important;}
.prodcutnav a.cur .svg-inject{ fill: #0052d9!important;}
.prodcutnav a.cur .svg-inject *{ fill: #0052d9!important;}


.prodcutnav a h5 {display: block;font-size: 16px;color: #333;padding: 15px 0 10px 0;text-overflow: ellipsis;white-space:nowrap;overflow:hidden; font-weight:normal!important;}
.prodcutnav a.cur h5{color: #0052d9;}
.prodcutnav a.cur i img,.prodcutnav a:hover i img{-webkit-filter:none;-moz-filter: none;-ms-filter:none;-o-filter:none;filter:none;}
.prodcutnav a:hover h5{color: #0052d9;}
.prodcutnav2 {text-align: center;overflow: hidden;padding:3% 0;}
.prodcutnav2 a {font-size: 14px;color: #666;padding:20px;position: relative;font-weight: bold;}
.prodcutnav2 a::after {content: '';width: 80%;height: 2px;background: #0052d9;position: absolute;left: 10%;bottom:0px;display: none;}
.prodcutnav2 a.cur::after {display: block;}
.prodcutnav2 a.cur {color: #0052d9;}
.prodcutnav2 a:hover {color: #0052d9;}
  


.prodcutlist {overflow: hidden;padding:1% 0;text-align: center;}
.prodcutlist * {display: block;overflow: hidden;}
.prodcutlist a {display:inline-block;background: #fff;width:17%;margin:0.8%;}
/*.prodcutlist a .pic{max-width: 300px;max-height: 300px;min-height: 300px;}*/
.prodcutlist a .txt{text-align: center;border-top: #eeeeee 1px solid;padding: 7% 0 3% 0;}
.prodcutlist a .txt h4{font-size: 16px;min-height: 17px; text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.prodcutlist a .txt h5{font-size: 14px;padding: 10px 0;text-transform: uppercase;color: #999;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.prodcutlist a:hover .txt{background: #0052d9;border-top: #0052d9 1px solid;}
.prodcutlist a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.prodcutlist a:hover h5{color: #eee;}
.prodcutlist a:hover h4{color: #fff;}

.hls-page-prodcutdetail {overflow: hidden;padding:5% 0;}
.detailpic {float: left;width: 46%;border: 1px solid #eee;}
.detailpic .swiper-button-next,.detailpic .swiper-button-prev {left:auto;right:0;top:auto;bottom:1px;margin: 0;width:90px;height:60px;position: absolute;outline: none;cursor: pointer;opacity: 1;}
.detailpic .swiper-button-next {background: url("../right-b.svg") center no-repeat rgba(0,0,0,.3);background-size:20%;}
.detailpic .swiper-button-prev {background: url("../left-b.svg") center no-repeat rgba(0,0,0,.3);background-size:20%;right: 91px;}
.detailpic .swiper-button-next:hover {background: url("../right-b.svg") center no-repeat rgba(0,82,217,1);background-size:20%;}
.detailpic .swiper-button-prev:hover {background: url("../left-b.svg") center no-repeat rgba(0,82,217,1);background-size:20%;}
.detailpic .swiper-pagination.swiper-pagination-fraction {left: 5%;bottom: 5%; text-align: left;font-size: 14px;color: #999;font-family: 'Conv_Montserrat-Bold';}
.detailpic .swiper-pagination.swiper-pagination-fraction span {opacity: .3; font-family: 'Conv_Montserrat-Bold';}
.detailpic .swiper-pagination.swiper-pagination-fraction span.swiper-pagination-current{font-size: 24px;opacity: 1;}

.detailmain {float: left;width: 40%;padding-left:8%;}
.dtitle {font-size: 28px;font-weight: bold;font-family: 'Conv_Montserrat-Bold',Arial,"微软雅黑","黑体",'宋体';}
.dtitle h2 {font-size: 44px;font-weight: bold;font-family: 'Conv_Montserrat-Bold',Arial,"微软雅黑","黑体",'宋体';}
.pdata {padding: 5% 0 0;overflow: hidden;}
.pdata h4{font-size: 16px;border-bottom: 2px solid #1b1b1b;padding: 10px 0;overflow: hidden;display: block;}
.pdata ul {padding: 3% 0 0;overflow: hidden;}
.pdata ul li{float: left;width:20%;line-height: 30px;font-size: 14px;color: #666666;}
.pdata .text {font-size: 14px;line-height: 36px;color: #666666;padding: 3% 0 0;overflow: hidden;}
.pdata .downpdf {padding: 3% 0 0;overflow: hidden;}
.pdata .downpdf a {padding-left: 40px;height: 30px;line-height: 30px; background: url("../pdf1.png") left center no-repeat;display: block;font-size: 14px;color: #666;margin-right: 20px;}
.pdata .downpdf a:hover {text-decoration-line: underline;}
.pcertification {margin-top: 3%;}
.pcertification a {display:inline-block;vertical-align: top;position: relative;margin-right: 20px;}
.pcertification a h5 {padding: 10px 20px;border: 1px solid #666;font-size: 14px;color: #666;text-align: center;}
.pcertification a:hover h5{background:rgb(0,82,217);color: #fff;border: 1px solid rgb(0,82,217);}
.pcertification a:hover .pcrzshow{display: block;}
.pcrzshow {display: none;position:absolute;left: 0;top:53px;width: 84%;padding: 10px;max-width: 180px; height:auto;border:2px solid #666;text-align: center;background: #fff;}
.pcrzshow img {display: inline-block;vertical-align: middle; max-width: 100%;max-height:80px;width: auto;}
.pcrzshow:before,.pcrzshow:after{position: absolute;content: '';top: -20px;left: 50%;margin-left: -10px; border-top: 10px transparent dashed;border-left: 10px transparent dashed;border-right: 10px transparent dashed;border-bottom: 10px #fff solid;}
.pcrzshow:before{border-bottom: 10px #666 solid;}
.pcrzshow:after{top: -17px;border-bottom: 10px #fff solid;}


.hls-page-otherprodcut {padding:8% 0 ;overflow: hidden;}
.hls-page-otherprodcut .title {text-align: center;}
.hls-page-otherprodcut .title h3 line {display: block;margin:20px auto;}
.hls-page-otherprodcut .prodcutnav {padding-top: 4%;overflow: hidden;}
.otherprodcut {padding:2% 0 ;overflow: hidden;text-align: center;}
.otherprodcut * {display: block;overflow: hidden;}
.otherprodcut a {display:inline-block;background: #fff;width:17%;margin:1%;}
/*.otherprodcut a .pic{max-width: 300px;max-height: 300px;min-height: 300px;}*/
.otherprodcut a .txt{text-align: center;border-top: #eeeeee 1px solid;padding: 7% 0 3% 0;background: #ededed;}
.otherprodcut a .txt h4{font-size: 16px;min-height: 19px; text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.otherprodcut a .txt h5{font-size: 14px;padding: 10px 0;text-transform: uppercase;color: #999;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.otherprodcut a:hover .txt{background: #0052d9;border-top: #0052d9 1px solid;}
.otherprodcut a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.otherprodcut a:hover h5{color: #fff;}
.otherprodcut a:hover h4{color: #fff;}

#otherprodcutsy{text-align: left;}
#otherprodcutsy a {display:inline-block;width:22.55%; padding:0; margin-left:3%; margin-right:0;background: #ededed;}
#otherprodcutsy a .pic img{border-radius:0px!important;}
#sypro1{ margin-left:0!important;}

/*case*/

.hls-page-case {overflow: hidden;padding:4% 0 5% 0;}
.hls-page-case .ptitle {position:relative;}
.hls-page-case .ptitle h2{display: block;font-size: 300px;line-height: 300px; color:#f2f3f5;font-family: 'Conv_Montserrat-Bold';width:200%;text-transform: uppercase;}
.hls-page-case .ptitle h3{display: block;position: absolute;width:800px;left:10%;bottom:10%;z-index: 3;font-size:80px;color:#1a1a1a;z-index:0;}
.hls-page-case .ptitle h4{display: block;position: absolute;width:45%;right:5%;bottom:7%;z-index: 3;font-size: 16px;color: #999;line-height: 34px;font-weight: normal;}

.hls-page-caselist {overflow: hidden;padding:5% 0;}
.caselist {}
.caselistpic {width:55%;float: left;}
.caselistpic img{}
.caselistright {width:37%;padding:3% 0 0 8%; float: left;overflow: hidden;}
.caselistright .tmore{position: relative;left: auto;top: auto;}
.casetitle {padding:7% 0 10% 0;overflow: hidden;}
.casetitle h5 {font-size: 20px;display: block;color: #999;padding: 10px 0;overflow: hidden;cursor: pointer;text-overflow: ellipsis;white-space: nowrap;}
.casetitle .swiper-wrapper {display: block;}
.casetitle .swiper-slide {width: 100%!important;clear: both;display: block;}
.casetitle .swiper-slide-thumb-active h5 {color: #1a1a1a;}

.caselistright.clr2,.caselistpic.clpic2,.caselistpic.clpic4{float: right;}
 

.hls-page-casedetail {overflow: hidden;padding:5% 0;}
.casedetail {width: 101%;}
.case {float: left;width:32.7777777%;margin:0 0.5% 0.5% 0;position: relative;}
.case .pic{position: relative;}
.case .pic .mark{position: absolute;bottom: 0;left: 0;width: 100%;height:70%;z-index: 1; background:linear-gradient(to top,#000,rgba(0,0,0,0));opacity: .6;}
.case .txt{position: absolute;width: 90%;padding:5%;bottom: 0;left: 0;z-index: 3;}
.case .txt h4{font-size: 18px;color: #fff;}




/*news*/
/*
.nnav {position: absolute;right:10%;bottom:15%;width:100%; text-align: right;z-index:0;}
.nnav a{font-size: 20px;color: #333;position: relative;padding:15px 0px;overflow: hidden;font-weight: bold;display: block;}
.nnav a.cur{color: #0052d9;}
.nnav a::after {content: '';width:100%;height: 2px;background: #0052d9;position: absolute;left:0;bottom:0px;display: none;}
.nnav a.cur::after {display: block;}
.nnav a:hover {color: #0052d9;}
*/
.nnav {position: absolute;right:10%;bottom:15%;width:100%; text-align: right;z-index:0;}
.nnav a{display: inline-block;text-align: center;border: 1px solid #dcdcde;padding: 20px;overflow: hidden;font-size: 20px; color: #666; background:#fff;}
.nnav a.cur{color: #fff;border:1px solid #0052d9; background:#0052d9;}
.nnav a:hover {color: #000;border:1px solid #000;background:#fff;}

.swiper-nnav {position: relative;text-align: right;}
.swiper-nnav .swiper-wrapper {display: block;}
.swiper-nnav .swiper-wrapper .swiper-slide {display: inline-block;vertical-align: top;width: auto;padding-left: 30px;}
.swiper-nnav .swiper-wrapper .swiper-slide a{display: inline-block;vertical-align: top;}


.hls-page-news {overflow: hidden;padding: 0}
.hls-page-news .inewslist {padding:3% 0 3% 0;}
.hls-page-newsdetail {width:1000px;margin: auto;overflow: hidden;padding:5% 0;}
.hls-page-newsdetail .title {text-align: center;border-bottom: 1px solid #e7e9ef;padding: 10px 0;overflow: hidden;}
.hls-page-newsdetail .title h2{font-size:30px;font-family: 'Conv_Montserrat-Bold',"微软雅黑","黑体",'宋体',Arial;}
.hls-page-newsdetail .title h5{font-size: 14px;color: #999;font-weight: normal;padding: 20px 0;display: block;overflow: hidden;}
.newsdetail {padding:5% 0;overflow: hidden;font-size: 16px;color: #666;line-height:28px;}
.newsdetail img,.newsdetail video {max-width: 100%;display: inline-block;width: auto; margin:auto;}
.newsdetail p{ padding:5px 0;}
.news-detail-page {width:100%;margin:50px auto;padding:30px 0; position: relative;border-top: 1px solid #1a1a1a;border-bottom: 1px solid #1a1a1a;overflow: hidden;}
.news-detail-page a {display: block;position: absolute;top:50%;margin-top: -10px; font-size: 14px;color: #1a1a1a;font-weight: bold;}
.news-detail-page a:hover {color: #0052d9;}
.news-detail-page a.prev {left: 0; background: url("../left-h.svg") left center no-repeat;background-size:13px;padding-left: 50px; width:300px; overflow:hidden;}
.news-detail-page a.next {right: 0;background: url("../right-h.svg") right center no-repeat;background-size:13px;padding-right: 50px;width:300px; overflow:hidden;}
.news-detail-page a.return {position: relative;top:auto;margin: auto;width: 90px;text-align: center;}
.news-detail-page a.prev::before {content: '';width: 1px; height: 100%;background: #e8e8e8;position: absolute;top: 0;left:30px;}
.news-detail-page a.next::after {content: '';width: 1px; height: 100%;background: #e8e8e8;position: absolute;top: 0;right:30px;}




/*service*/

.hls-page-service {overflow: hidden;padding:1% 0 0;}
.service {}
.stores {position: relative;overflow: hidden;margin-bottom: 150px;}
.storespic {float: left;width: 60%;}
.storestxt {overflow: hidden; width: 30%;position: absolute;height: 100%;right: 0;top: 0;}
.storestxt h2 {font-size: 30px;}
.storestxt h4 {font-size: 16px;color: #666;line-height: 36px;font-weight: normal;overflow: hidden;padding: 50px 0;display: block;}
.viewmap {font-size: 14px;font-family: 'Conv_Montserrat-Bold';position: relative;padding-bottom: 20px;}
.viewmap::after,.viewmap::before {content: '';height: 2px;position: absolute;bottom:0px;}
.viewmap:hover {}
.viewmap::before  {width:0;left:0;background: #fff;z-index: 3;}
.viewmap::after {width:100%;left:0;background: #000;}
.viewmap:hover::before {-webkit-animation: widthain1 300ms 1 ease-in;animation: widthain1 300ms 1 ease-in;}
.viewmap:hover::after {-webkit-animation: widthain1 300ms 1 300ms ease-out;animation: widthain1 300ms 1 300ms ease-out;}
@keyframes widthain1{
	0%{width:0;} 
	100%{width:100%;}
}
 



.stores.stores2 .storespic {float: right;width: 60%;}
.stores.stores2 .storestxt {right: auto;left: 5%;}

.stores .swiper-button-ctrl {width:100%;height: 50px;text-align: left;margin-top:100px;overflow: hidden;clear: both;}
.stores .swiper-button-ctrl * {display: inline-block;left: auto;top: auto;width: auto;bottom: auto; margin: auto;position: relative;background: none;font-family: 'Conv_Montserrat-Regular';}
.stores .swiper-pagination {margin: 0 10px;}
.stores .swiper-pagination span {margin: 0 1px;}
.stores .swiper-pagination.swiper-pagination-fraction {display: inline-block;font-size: 14px;padding: 0 20px;color: #999;}
.stores .swiper-pagination.swiper-pagination-fraction span {color: #999;}
.stores .swiper-pagination.swiper-pagination-fraction span.swiper-pagination-current {color: #000;font-size: 20px;}
.stores.stores2 .storestxt .swiper-pagination-total {color: #999;}
.stores .swiper-button-nextS::after,.stores .swiper-button-prevS::before {content: '';bottom: -4px;top: auto;position: absolute;width: 15px;height: 20px;}
.stores .swiper-button-nextS::after{background: url("../right-h.svg") center no-repeat;background-size:100%;right: 0px;}
.stores .swiper-button-prevS::before {background: url("../left-h.svg") center no-repeat;background-size:100%;left: 0px;}
.stores .swiper-button-nextS,.stores .swiper-button-prevS {opacity: 0.3;cursor: pointer;}
.stores .swiper-button-nextS:hover,.stores .swiper-button-prevS:hover {opacity: 1;}


.dealers {overflow: hidden;padding-bottom: 130px;}
.dealers-map {float: left;width:70%;min-height:675px; background:#333; border:1px solid #ccc;}
.dealers-right {float: right;width: 100%;padding:0;height: 100%;}
.dealers-search {}
.dealers-select {width:34%;border: 1px solid #ccc;height: 45px;font-size: 14px;color: #999999;padding:0 2%;font-weight: bold; margin-right:1%;appearance: none;-moz-appearance: none;-webkit-appearance: none;background: url("../sj.png") 90% center no-repeat;outline: none;}
.dealers-submit {width:28%;height: 45px;background: #0052d9;color: #fff;font-weight: bold;cursor: pointer;}
.dealers-submit:hover {background: #0052d9;}

.dealers-list {margin:5% 0% 0% 0;overflow:hidden;}
.dealers-list a {display: block;overflow: hidden;padding:20px 0; border-bottom: 2px solid #ededed;}
.dealers-list a i {width: 10%;height: 70px;float: left;border-right: 1px solid #ededed;background: url("../add.svg") center no-repeat;background-size:70%;}
.dealers-list a span {float: left;padding-left:5%;width:84%;}
.dealers-list a span h5{display: block;font-size: 16px;padding-bottom:5px;}
.dealers-list a span h6{font-size: 16px;line-height:26px; font-weight: normal;color: #999;}
.dealers-list a span h6 * {color: #999;}
.dealers-list a:hover {background: #0052d9;border-bottom: 2px solid #0052d9;}
.dealers-list a:hover span h5,.dealers-list a:hover span h6{color: #fff;}


.electricity {text-align: center;overflow: hidden;padding-bottom: 130px;}
.electricity a {width:31.3333333%;height: 310px; display: inline-block;vertical-align: middle;margin:0.9%;background: #ededed;}
.electricity a img,.electricity a svg {display: inline-block;max-width: 100%;width:160px;height: auto;}
.electricity a i{display: none;width: 45px;height:45px;position: absolute;bottom: 20%;left: 50%;margin-left: -22.5px; border-radius: 100%;background: url("../right-h.svg") center no-repeat #fcce31;background-size:30%;}
.electricity a .dtable{}
.electricity a .dtable-cell{}
.electricity a:hover {background: #0052d9;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
.electricity a:hover i {display: block;} 
.electricity a:hover img{margin-bottom:50px;-webkit-filter: invert(100%);filter: invert(100%);}
.electricity a:hover svg{margin-bottom:50px;}
.electricity a .svg-inject{ fill: #0052d9;}
.electricity a:hover .svg-inject{ fill: #fff;}

.feedback {overflow: hidden;padding-bottom: 130px;width: 1100px;margin:auto;text-align: center;}
.feedback li {width:32%;display: inline-block;margin:0.5%;text-align: left;overflow: hidden;}
.feedback li h5{font-size: 14px;padding: 10px 0;}
.feedback li .input3 {border: 2px solid #ccc;height: 50px;line-height: 50px;display: block;padding: 0 2%;width:94%;outline: none;}
.feedback li .input3:focus {border: 2px solid #0052d9;}
.fbmain,#bd125,#bd124 {display: inline-block;width:98%;padding:2% 0;text-align: left;overflow: hidden;}
#bd124 {display: inline-block;width:100%;padding:2% 0;text-align: left;overflow: hidden;margin:0.5% 0; margin-left:0.5%;}
.fbmain h5,#bd125 h5{font-size: 14px;padding: 10px 0;}
.textarea3 {border: 2px solid #ccc;height:150px;line-height: 24px;display: block;padding:1% 2%;width:95.5%;outline: none;}
.textarea3:focus {border: 2px solid #0052d9;}
.submit3 {height: 50px;line-height: 50px;background: #0052d9;color:#fff;font-size: 14px;text-align: center;width:30%;font-weight: bold;margin:20px auto;display: inline-block;cursor: pointer;outline: none;}
.submit3:hover {background: #fcce30;}
.submit31{ display:none;}

.technical-nav {background: #ededed;overflow: hidden;}
.technical-nav a{float: left;display: block;line-height: 63px;width: 10%;text-align: center; font-size: 14px;font-weight: bold;}
.technical-nav a.cur {background: #1a1a1a;color: #fff;}
.technicalist {}
.technical {overflow: hidden;padding:5% 0;}
.technical .left{float: left;width:40%;padding:2% 5%;overflow: hidden;}
.technical .pic{float: left;width:50%;}
.technical .left .data {overflow: hidden;padding:5% 0;}
.technical .left .data li{width:90%; text-align: left;padding:15px 0;margin-bottom: 15px; border: 2px solid #f2f2f2;overflow: hidden;}
.technical .left .data li span,.technical .left .data li h5{display: inline-block;vertical-align:middle;}
.technical .left .data li span {min-width:20%; text-align: center;border-right: 1px solid #e5e5e5;overflow: hidden;}
.technical .left .data li span h3{font-size: 20px;font-family: 'Conv_Montserrat-Bold',"微软雅黑","黑体",'宋体',Arial;;}
.technical .left .data li span h4{font-size: 14px;color: #999;}
.technical .left .data li h5{font-size:16px;padding: 0 5%;width:60%;}

.technicadetail {overflow: hidden;padding-bottom: 130px;}
.technicadetail img{max-width: 100%;height: auto;width: auto;display:block;}



/*contact*/

.hls-page-contact {overflow: hidden;padding:1% 0 0;}
.contact {position: relative;overflow: hidden;margin-bottom: 150px;}
.serviceconsulting {width:80%;margin: auto;}
.serviceconsulting{ font-size:18px; line-height:30px;}
.serviceconsulting img{ width:auto !important; max-width:100%; margin-bottom:20px;}
.serviceconsulting .left{float: left;width: 40%;}
.serviceconsulting .left h3{font-size: 24px;line-height: 38px;padding-bottom: 40px;overflow: hidden;}
.serviceconsulting .left ul{padding:3% 0;overflow: hidden;}
.serviceconsulting .left ul h4{font-size: 18px;padding-bottom: 15px;overflow: hidden;}
.serviceconsulting .left ul li{font-size: 14px;color: #666;line-height: 30px;}
.serviceconsulting .left ul h5{font-size: 14px;}
.serviceconsulting .right {float: left;width: 50%;padding:0 0 0 10%;}
.serviceconsulting .right li {overflow: hidden;padding-bottom:20px;}
.serviceconsulting .right li h5{font-size: 14px;padding: 10px 0;}
.serviceconsulting .right li .input1 {border: 2px solid #ccc;height: 50px;line-height: 50px;display: block;padding: 0 2%;width:94%;outline: none;}
.serviceconsulting .right li .input1:focus {border: 2px solid #0052d9;}
.serviceconsulting .right li .textarea1 {border: 2px solid #ccc;height:150px;line-height: 24px;display: block;padding:1% 2%;width:94%;outline: none;}
.serviceconsulting .right li .textarea1:focus {border: 2px solid #0052d9;}
.serviceconsulting .right li .submit1 {height: 50px;line-height: 50px;background: #0052d9;color:#fff;font-size: 14px;text-align: center;width:30%;font-weight: bold;margin:20px auto;display: inline-block;cursor: pointer;outline: none;}
.serviceconsulting .right li .submit1:hover {background: #0052d9;}

.service-gallery-detail {padding:0px 0 40px 0;overflow: hidden;}
.gallery-title {margin-top: 50px;overflow: hidden;}
.gallery-title h5{font-size: 18px;color: #999999;margin: 0;font-weight: normal;padding-bottom: 5px;}
.gallery-title h2{font-size: 44px;color: #1a1a1a;margin: 0;font-weight: normal;}
.gallery-detail {margin: 100px auto;overflow: hidden;}
.picgallery {position: relative;padding:1% 0 1% 0;}
#wrapper{width:100%;}
#container{position:relative;width:100%;}
.grid{width:415px;min-height:100px;font-size:12px;float:left;-webkit-transition:top 1s ease, left 1s ease;-moz-transition:top 1s ease, left 1s ease;-o-transition:top 1s ease, left 1s ease;-ms-transition:top 1s ease, left 1s ease;}
.grid .imgholder {position: relative;cursor: pointer;}
.grid .imgholder a {display: block;position: relative;}
.grid .imgholder a::before {content: '';display: block;opacity: 0; width:100%;height:100%;background: url("../big.png") center no-repeat;position: absolute;left: 0;top: 0;z-index: 1;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.grid .imgholder a:hover::before {opacity: 1;}
.grid .imgholder a:hover img {opacity: .5;}
.grid .imgholder img{max-width:100%;display:block;background:url(../loading.gif) no-repeat center;border-radius:4px!important;overflow: hidden;}


.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url("../loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;background: url(../close.png) no-repeat; transition-duration: 0.5s;}
.closed:hover {opacity: 0.5;}

.joininvestment {width:100%;margin: auto;}
.joindetail {}
.joindetail img{width:auto;max-width: 100%;height: auto;display: block;}
.joinapplyfor {overflow: hidden;padding:8% 0 0 0;text-align: center;}
.joinapply {overflow: hidden;padding:2% 0 ;}
.joinapply .select3 {width:99%;border: 2px solid #ccc;height: 50px;line-height: 50px;font-size: 14px;color: #999999;padding:0 2%;font-weight: bold;appearance: none;-moz-appearance: none;-webkit-appearance: none;background: url("../images/sj.png") 90% center no-repeat;outline: none;}
.joinapply .feedback {padding-bottom:0;}

.projectcooperation {width:90%;margin: auto;}
.project {position: relative;overflow: hidden;margin-bottom: 150px;}
.project .pic{float: left;width: 55%;}
.project .txt{overflow: hidden; width: 35%;position: absolute;height: 100%;right: 0;top: 0;}
.project .txt h2 {font-size: 30px;}
.project .txt h4 {font-size: 16px;color: #666;line-height: 36px;font-weight: normal;overflow: hidden;padding: 50px 0;display: block;}
.project.project2 .pic{float: right;}
.project.project2 .txt{right:auto;left: 5%;}
.project:last-child {margin-bottom: 0px;}

.recruitment {width: 1280px;margin: auto;text-align: center;}
.recruitmentlist {text-align: left;overflow: hidden;padding:2% 0 ;}
.jobtitle {margin:5% 0 0 0;background: #4d4d4d;padding: 2% 5%;}
.jobtitle span {display: inline-block;width:20%;font-size: 14px;text-align:center;color: #fff;font-weight: bold;}
.jobtitle span:first-child {text-align:left;}
.jobtitle span:last-child {text-align: right;}
.joblist {padding:0;}
.joblist li{border-bottom: 1px solid #ededed;overflow: hidden;}
.joblist li a{padding:1.5% 5%;overflow: hidden;display: block;cursor:pointer; background: url("../upload/sj.png") 94.5% center no-repeat;}
.joblist li a:hover,.joblist li a.cur:hover {background: url("../upload/sj2.png") 94.5% center no-repeat  #fa8d3e;}
.joblist li a:hover span,.joblist li a:hover span:last-child {color: #fff;}
.joblist li a span {display: inline-block;width:20%;font-size: 16px;text-align:center;}
.joblist li a span:first-child {text-align:left;}
.joblist li a span:last-child {text-align: right;}
.joblist li ul{background: #f7f7f7;padding:2% 5%;font-size: 14px;line-height: 26px;}
.joblist li ul.children{ display: none;}
.joblist li.cur a.cur span{font-weight: bold;}
.joblist li a.cur {background: url("../upload/sj3.png") 94.5% center no-repeat  #fff;}
.joblist li.cur ul.children{ display:block;}
.jobli {overflow: hidden;}
.jobli li {width: 20%;float: left;overflow: hidden;display: block;border: none;}
.jobli h6 {display: block;padding: 3px 0;font-size: 14px;font-weight: normal;}
.jobli h5 {display: block;font-size: 14px;}
.jobtext {padding:2% 0;}
.jobbtn {margin-bottom: 30px;height:40px;line-height:40px;width:140px;font-weight: bold;font-size: 14px;text-align: center;cursor: pointer;border: 2px solid #1a1a1a; }
.jobbtn:hover {background: #fa8d3e;color: #fff;border: 2px solid #fa8d3e;}


.talentconcept {}
.talentconcept .pic{float: left;width:55%;}
.talentconcept .txt{float: left;width:35%;padding:5% 0 5% 10%;overflow: hidden;}
.talentconcept .txt .text{padding:7% 0;overflow: hidden;font-size: 16px;line-height: 36px;}
.teamstyle {padding:5% 0;overflow: hidden;}
.teamstyledetail {padding:4% 0;overflow: hidden;}
.teamstyledetail img{width:auto;max-width: 100%;height: auto;display: block;}



.searchlist {padding:2% 0;overflow: hidden;}
.searchlist h3 {font-size: 30px;text-align: center;}
.searchdetail  {padding:1% 0;overflow: hidden;}
.searchdetail .prodcutlist .txt h4 em{ color:#f00;}


.pxiangx{padding:5% 0;overflow: hidden;font-size: 16px;color: #666;line-height: 26px;}
.pxiangx img,.pxiangx video {max-width: 100%;display: inline-block;width: auto;}
.pxiangx p{ padding:5px 0;}


/*在线客服*/
.keifu{ position:fixed; top:10%; right:0; width:131px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:131px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #029bdb; border-right:7px solid #029bdb; padding-top:15px; background:#fbfbfb;}
.keifu_con li{paddin-left:20px;text-align:center;}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:19px; background:url(../keifu.png); background-position:0 19px; }

.bannerpic {width: 100%; width:100%;}
.bannerpic img {width: 100%;height: auto; margin:auto;}
.bannerpic img.pcshow {display: block!important;}
.bannerpic img.mbshow {display: none!important;}

.wbsite{ width:45%; margin:30px 2%; border:1px solid #eee; float:left; min-height:155px;}
.wbsite h2{ height:50px; line-height:50px; background:#eee;}
.wbsite a{ display:block; float:left; line-height:50px; width:30%; margin-left:3.3%; font-size:16px;}